:root {
  --accent: #000000 !important;
  --accent-2: #000000 !important;
  --gradient: linear-gradient(90deg, #000000, #000000) !important;
}

/* Force black everywhere regardless of earlier files */
.num {
  background: #000000 !important;
  color: #ffffff !important;
}

a, button {
  border-color: #ffffff !important;
}

a:hover, button:hover {
  background: #ffffff !important;
  color: #727272 !important;
  text-decoration: none !important;
}
